Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 20.10.14+incompatible to 20.10.16+incompatible #1591

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps github.com/docker/docker from 20.10.14+incompatible to 20.10.16+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v20.10.16

This release of Docker Engine fixes a regression in the Docker CLI builds for macOS, fixes an issue with docker stats when using containerd 1.5 and up, and updates the Go runtime to include a fix for CVE-2022-29526.

Client

  • Fix a regression in binaries for macOS introduced in 20.10.15, which resulted in a panic docker/cli#43426.
  • Update golang.org/x/sys dependency which contains a fix for CVE-2022-29526.

Daemon

  • Fix an issue where docker stats was showing empty stats when running with containerd 1.5.0 or up moby/moby#43567.
  • Update the golang.org/x/sys build-time dependency which contains a fix for CVE-2022-29526.

Packaging

  • Update Go runtime to 1.17.10, which contains a fix for CVE-2022-29526.
  • Use "weak" dependencies for the docker scan CLI plugin, to prevent a "conflicting requests" error when users performed an off-line installation from downloaded RPM packages docker/docker-ce-packaging#659.

v20.10.15

This release of Docker Engine comes with updated versions of the compose, buildx, containerd, and runc components, as well as some minor bugfixes.

Daemon

  • Use a RWMutex for stateCounter to prevent potential locking congestion moby/moby#43426.
  • Prevent an issue where the daemon was unable to find an available IP-range in some conditions moby/moby#43360

Packaging

  • Update Docker Compose to v2.5.0.
  • Update Docker Buildx to v0.8.2.
  • Update Go runtime to 1.17.9.
  • Update containerd (containerd.io package) to v1.6.4.
  • Update runc version to v1.1.1.
  • Add packages for CentOS 9 stream and Fedora 36.
Commits
  • f756502 Merge pull request #43582 from thaJeztah/20.10_bump_golang_1.17.10
  • a15acb4 [20.10] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
  • 5f2e0b7 [20.10] update golang to 1.17.10
  • 462cd7d Merge pull request #43567 from 42wim/fixstats
  • be7855f vendor: update github.com/containerd/cgroups and github.com/cilium/ebpf
  • 4433bf6 Merge pull request #43561 from thaJeztah/20.10_backport_bump_containerd_binar...
  • 414a9e2 update containerd binary to v1.6.4
  • 0809f5f Merge pull request #43433 from thaJeztah/20.10_backport_update_containerd_runc
  • 47b6a92 update containerd binary to v1.6.3
  • 6d7c2b2 update containerd binary to v1.6.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.14+incompatible to 20.10.16+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](moby/moby@v20.10.14...v20.10.16)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Used by dependabot - identifies all PRs created by dependabot label Jun 6, 2022
@tekton-robot
Copy link
Contributor

@dependabot[bot]: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Jun 6, 2022
@tekton-robot tekton-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 6, 2022
@tekton-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@vdemeester
Copy link
Member

/ok-to-test

@tekton-robot tekton-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 8, 2022
@vdemeester
Copy link
Member

/approve
/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 8, 2022
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 8, 2022
@vdemeester
Copy link
Member

/release-note-none

@tekton-robot tekton-robot added release-note-none Denotes a PR that doesnt merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jun 8, 2022
@tekton-robot tekton-robot merged commit 9e0e11e into main Jun 8, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/docker/docker-20.10.16incompatible branch June 8, 2022 17:46
vinamra28 added a commit that referenced this pull request Jul 21, 2022
#1591 | [dependabot[bot]] Bump github.com/docker/docker | 2022/06/08-18:45
#1584 | [dependabot[bot]] Bump google.golang.org/grpc from 1.46.0 to 1.47.0 | 2022/06/08-22:48
#1585 | [dependabot[bot]] Bump github.com/ktr0731/go-fuzzyfinder from 0.2.0 to 0.6.0 | 2022/06/08-22:48
#1581 | [dependabot[bot]] Bump github.com/jonboulle/clockwork from 0.2.2 to 0.3.0 | 2022/06/09-06:56
#1594 | [Piyush Garg] Fix the dependabot error | 2022/06/09-09:44
#1583 | [dependabot[bot]] Bump github.com/hashicorp/vault/sdk from 0.3.0 to 0.5.0 | 2022/06/09-10:05
#1596 | [dependabot[bot]] Bump github.com/hashicorp/go-plugin from 1.4.3 to 1.4.4 | 2022/06/09-13:04
#1599 | [dependabot[bot]] Bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 | 2022/06/09-15:40
#1597 | [dependabot[bot]] Bump github.com/tektoncd/hub from 1.7.0 to 1.7.3 | 2022/06/09-17:46
#1598 | [dependabot[bot]] Bump github.com/hashicorp/go-hclog from 1.2.0 to 1.2.1 | 2022/06/10-12:26
null | [Daniel Helfand] update chocolatey package to 0.24.0 | 2022/06/14-06:22
null | [Daniel Helfand] update README for 0.24.0 | 2022/06/14-07:16
null | [dependabot[bot]] Bump github.com/armon/go-metrics from 0.3.11 to 0.4.0 | 2022/06/14-07:32
null | [dependabot[bot]] Bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.5 to 0.1.6 | 2022/06/14-08:51
null | [dependabot[bot]] Bump gotest.tools/v3 from 3.1.0 to 3.2.0 | 2022/06/15-12:38
null | [Piyush Garg] Fix golint warnings | 2022/06/15-12:38
null | [Chmouel Boudjnah] Use binary for building rpms | 2022/06/16-08:39
null | [dependabot[bot]] Bump github.com/hashicorp/vault/sdk from 0.5.0 to 0.5.2 | 2022/06/20-08:52
null | [dependabot[bot]] Bump github.com/docker/cli | 2022/06/20-09:14
null | [Vincent Demeester] Remove the condition subcommand. | 2022/06/24-17:43
null | [Andrew Bayer] Add function comments to pkg/actions, tweaks to Makefile and linting | 2022/06/27-08:35
null | [dependabot[bot]] Bump github.com/tektoncd/triggers from 0.20.0 to 0.20.1 | 2022/06/29-04:43
null | [Andrew Bayer] Fix a few tests which failed when run individually | 2022/06/29-07:52
null | [Andrew Bayer] Upgrade AlecAivazais/survey to v2.3.5 | 2022/06/29-09:26
null | [Andrew Bayer] Fix eventlistener e2e tests broken due to upgrading Triggers to v0.20.1 | 2022/07/01-05:26
null | [Chmouel Boudjnah] Remove conditions from README | 2022/07/01-06:36
null | [dependabot[bot]] Bump gotest.tools/v3 from 3.2.0 to 3.3.0 | 2022/07/01-08:08
null | [Chmouel Boudjnah] [Packaging] Force building debian package as gzip | 2022/07/01-08:37
null | [Andrew Bayer] Add support for Pipeline minimal embedded status | 2022/07/01-14:15
null | [dependabot[bot]] Bump github.com/docker/docker | 2022/07/02-09:49
null | [dependabot[bot]] Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 | 2022/07/02-12:49
null | [dependabot[bot]] Bump github.com/tektoncd/hub from 1.7.3 to 1.8.0 | 2022/07/04-14:51
null | [Piyush Garg] Bump cloud.google.com/go dependency | 2022/07/04-14:51
null | [dependabot[bot]] Bump github.com/creack/pty from 1.1.17 to 1.1.18 | 2022/07/04-16:39
null | [dependabot[bot]] Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 | 2022/07/04-17:37
null | [Vincent Demeester] Remove the rest of reference to Conditions 🥸 | 2022/07/05-10:43
null | [Vincent Demeester] Bump tektoncd/pipeline to 0.37.1 and chains to 0.10.0 | 2022/07/05-11:03
null | [Vincent Demeester] Adapt code and test to pipeline 0.37 | 2022/07/05-11:03
null | [vinamra28] Show timeouts in PipelineRun describe cmd | 2022/07/07-09:57
null | [dependabot[bot]] Bump github.com/tektoncd/pipeline from 0.37.1 to 0.37.2 | 2022/07/11-15:57
null | [Zhu Sheng Li] Display annotations for describe command | 2022/07/13-08:47
null | [dependabot[bot]] Bump google.golang.org/grpc from 1.47.0 to 1.48.0 | 2022/07/15-08:47
null | [David Bendory] Switch to prefered quilt packaging. | 2022/07/15-10:13
null | [dependabot[bot]] Bump github.com/hashicorp/vault/sdk from 0.5.2 to 0.5.3 | 2022/07/20-08:55
null | [vinamra28] Add different timeout flags for Pipeline start cmd | 2022/07/20-10:41

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Used by dependabot - identifies all PRs created by dependabot lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants